FileSystem getRelativeURI() MethodFile(path).getRelativeURI(string) Folder(path).getRelativeURI(string) Description The getRelativeURI() method of File or Folder calculates and returns the relative URI, given a base path, in URI notation. If the base path is omitted, the path of the current folder is assumed. Parameters
Returns String. |